home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / delphi / kompon / d3456 / EHS.ZIP / setup.exe / {app} / ehs.cnt (.txt) < prev    next >
Encoding:
Microsoft Windows Help File Content  |  2001-12-16  |  4.0 KB  |  83 lines

  1. :BASE ehs.hlp
  2. 1 Legal disclaimer and author contact=About@ehs.hlp>Main
  3. 1 Introduction to EC Software Help Suite=Welcome@ehs.hlp>Main
  4. 1 Installation=Installation@ehs.hlp>Main
  5. 1 Where to start (component overview)=Wheretostart@ehs.hlp>Main
  6. 1 History & Version Information=History@ehs.hlp>Main
  7. 1 Components
  8. 2 TWhatsThis
  9. 3 TWhatsThis=TWhatsThis@ehs.hlp>Main
  10. 3 Properties
  11. 4 Active=TWhatsThis.Active@ehs.hlp>Main
  12. 4 F1Action=TWhatsThis.F1Action@ehs.hlp>Main
  13. 4 HelpContextMap=TWhatsThis.HelpContextMap@ehs.hlp>Main
  14. 4 Options=TWhatsThis.Options@ehs.hlp>Main
  15. 4 PopupCaption=TWhatsThis.PopupCaption@ehs.hlp>Main
  16. 4 PopupHelpContext=TWhatsThis.PopupHelpContext@ehs.hlp>Main
  17. 4 WTMenuItem=TWhatsThis.WTMenuItem@ehs.hlp>Main
  18. 4 WTToolbarButton=TWhatsThis.WTToolbarButton@ehs.hlp>Main
  19. 3 Methods
  20. 4 TWhatsThis.CancelContextHelp=TWhatsThis.CancelContextHelp@ehs.hlp>Main
  21. 4 TWhatsThis.ContextHelp=TWhatsThis.ContextHelp@ehs.hlp>Main
  22. 3 Events
  23. 4 TWhatsThis.OnEnterContextMode=TWhatsThis.OnEnterContextMode@ehs.hlp>Main
  24. 4 TWhatsThis.OnF1Keydown=TWhatsThis.OnF1Keydown@ehs.hlp>Main
  25. 4 TWhatsThis.OnGetContext=TWhatsThis.OnGetContext@ehs.hlp>Main
  26. 4 TWhatsThis.OnHelp=TWhatsThis.OnHelp@ehs.hlp>Main
  27. 4 TWhatsThis.OnLeaveContextMode=TWhatsThis.OnLeaveContextMode@ehs.hlp>Main
  28. 4 TWhatsThis.OnPopup=TWhatsThis.OnPopup@ehs.hlp>Main
  29. 2 THelpRouter
  30. 3 THelpRouter=THelpRouter@ehs.hlp>Main
  31. 3 Properties
  32. 4 THelpRouter.CHMPopupTopics=THelpRouter.CHMPopupTopics@ehs.hlp>Main
  33. 4 THelpRouter.HelpFile=THelpRouter.HelpFile@ehs.hlp>Main
  34. 4 THelpRouter.HelpType=THelpRouter.HelpType@ehs.hlp>Main
  35. 4 THelpRouter.HTMLHelpInstalled=THelpRouter.HTMLHelpInstalled@ehs.hlp>Main
  36. 4 THelpRouter.ShowType=THelpRouter.ShowType@ehs.hlp>Main
  37. 3 Methods
  38. 4 THelpRouter.HelpALink=THelpRouter.HelpALink@ehs.hlp>Main
  39. 4 THelpRouter.HelpContent=THelpRouter.HelpContent@ehs.hlp>Main
  40. 4 THelpRouter.HelpJump=THelpRouter.HelpJump@ehs.hlp>Main
  41. 4 THelpRouter.HelpKeyword=THelpRouter.HelpKeyword@ehs.hlp>Main
  42. 4 THelpRouter.HelpKLink=THelpRouter.HelpKLink@ehs.hlp>Main
  43. 4 THelpRouter.HelpPopup=THelpRouter.HelpPopup@ehs.hlp>Main
  44. 3 Events
  45. 4 THelpRouter.OnHelp=THelpRouter.OnHelp@ehs.hlp>Main
  46. 2 THelpContextMap
  47. 3 THelpContextMap=THelpContextMap@ehs.hlp>Main
  48. 3 Properties
  49. 4 THelpContextMap.FileName=THelpContextMap.FileName@ehs.hlp>Main
  50. 3 Methods
  51. 4 THelpContextMap.GetContext=THelpContextMap.GetContext@ehs.hlp>Main
  52. 2 TTrainingCard
  53. 3 TTrainingCard=TTrainingCard@ehs.hlp>Main
  54. 3 Properties
  55. 4 TTrainingCard.HelpFile=TTrainingCard.HelpFile@ehs.hlp>Main
  56. 4 TTrainingCard.IsActive=TTrainingCard.IsActive@ehs.hlp>Main
  57. 3 Methods
  58. 4 TTrainingCard.Close=TTrainingCard.Close@ehs.hlp>Main
  59. 4 TTrainingCard.HelpCommand=TTrainingCard.HelpCommand@ehs.hlp>Main
  60. 4 TTrainingCard.HelpContext=TTrainingCard.HelpContext@ehs.hlp>Main
  61. 4 TTrainingCard.HelpJump=TTrainingCard.HelpJump@ehs.hlp>Main
  62. 3 Events
  63. 4 TTrainingCard.OnButton=TTrainingCard.OnButton@ehs.hlp>Main
  64. 4 TTrainingCard.OnCardData=TTrainingCard.OnCardData@ehs.hlp>Main
  65. 4 TTrainingCard.OnClose=TTrainingCard.OnClose@ehs.hlp>Main
  66. 4 TTrainingCard.OnOtherCaller=TTrainingCard.OnOtherCaller@ehs.hlp>Main
  67. 1 About context sensitive help
  68. 2 What is context sensitive help?=ContextHelpAbout@ehs.hlp>Main
  69. 2 How context sensitive help can be accessed=HowtoaccessHelp@ehs.hlp>Main
  70. 2 How context sensitive help works=Howcontextsensitivehelpworks@ehs.hlp>Main
  71. 2 Preparing a help file for context sensitive help=Howtoprepareahelpfile@ehs.hlp>Main
  72. 2 Preparing the Delphi application=PreparingtheDelphiapplication@ehs.hlp>Main
  73. 1 About training card help
  74. 2 What is training card help?=Whatistrainingcard@ehs.hlp>Main
  75. 2 What training cards can be used for=UsageOfTCards@ehs.hlp>Main
  76. 2 Preparing a training card help file=Trainingcardhelpfile@ehs.hlp>Main
  77. 2 The steps of a training card session=TrainingCardSession@ehs.hlp>Main
  78. 2 The TCard() macro=TCardmacro@ehs.hlp>Main
  79. 2 Preparing the application=Preparingapplication@ehs.hlp>Main
  80. 1 Big little helpers
  81. 2 All about help files in Borland Delphi=AllAboutHelpDelphi@ehs.hlp>Main
  82. 2 Using Help & Manual to create help files easily=HelpManual@ehs.hlp>Main
  83.